home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / srcbkvt.zip / LISTBOX.ZIP / FINDDLG.DFM / FINDDLG.txt
Text File  |  1995-04-03  |  3KB  |  88 lines

  1. object dlgFind: TdlgFind
  2.   Left = 386
  3.   Top = 195
  4.   BorderStyle = bsDialog
  5.   Caption = 'Search'
  6.   ClientHeight = 90
  7.   ClientWidth = 277
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 21
  16.     Top = 20
  17.     Width = 70
  18.     Height = 16
  19.     Caption = 'Find What:'
  20.   end
  21.   object edtFind: TEdit
  22.     Left = 97
  23.     Top = 16
  24.     Width = 157
  25.     Height = 24
  26.     TabOrder = 0
  27.   end
  28.   object btnFindNext: TBitBtn
  29.     Left = 69
  30.     Top = 56
  31.     Width = 89
  32.     Height = 25
  33.     Caption = '&Find Next'
  34.     Default = True
  35.     Font.Color = clBlack
  36.     Font.Height = -13
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.     TabOrder = 1
  41.     OnClick = ButtonsClick
  42.     Glyph.Data = {
  43.       76010000424D7601000000000000760000002800000020000000100000000100
  44.       04000000000000010000130B0000130B00000000000000000000000000000000
  45.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  46.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  47.       333333333333333333FF33333333333330003FF3FFFFF3333777003000003333
  48.       300077F777773F333777E00BFBFB033333337773333F7F33333FE0BFBF000333
  49.       330077F3337773F33377E0FBFBFBF033330077F3333FF7FFF377E0BFBF000000
  50.       333377F3337777773F3FE0FBFBFBFBFB039977F33FFFFFFF7377E0BF00000000
  51.       339977FF777777773377000BFB03333333337773FF733333333F333000333333
  52.       3300333777333333337733333333333333003333333333333377333333333333
  53.       333333333333333333FF33333333333330003333333333333777333333333333
  54.       3000333333333333377733333333333333333333333333333333}
  55.     NumGlyphs = 2
  56.   end
  57.   object btnClose: TBitBtn
  58.     Left = 164
  59.     Top = 56
  60.     Width = 89
  61.     Height = 25
  62.     Cancel = True
  63.     Caption = '&Close'
  64.     Default = True
  65.     Font.Color = clBlack
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = []
  69.     ParentFont = False
  70.     TabOrder = 2
  71.     OnClick = ButtonsClick
  72.     Glyph.Data = {
  73.       78010000424D7801000000000000760000002800000020000000100000000100
  74.       04000000000000000000120B0000120B00000000000000000000000000000000
  75.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  76.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00330000000000
  77.       03333377777777777F333301BBBBBBBB033333773F3333337F3333011BBBBBBB
  78.       0333337F73F333337F33330111BBBBBB0333337F373F33337F333301110BBBBB
  79.       0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  80.       0333337F337F33337F333301110BBBBB0333337F337F33337F333301110BBBBB
  81.       0333337F337F33337F333301110BBBBB0333337F337FF3337F33330111B0BBBB
  82.       0333337F337733337F333301110BBBBB0333337F337F33337F333301110BBBBB
  83.       0333337F3F7F33337F333301E10BBBBB0333337F7F7F33337F333301EE0BBBBB
  84.       0333337F777FFFFF7F33330000000000033333777777777773330000}
  85.     NumGlyphs = 2
  86.   end
  87. end
  88.